runtime.gcControllerState.runway (field)

3 uses

	runtime (current package)
		mgcpacer.go#L122: 	runway atomic.Uint64
		mgcpacer.go#L1146: 	runway := c.runway.Load()
		mgcpacer.go#L1236: 	c.runway.Store(uint64((c.consMark * (1 - gcGoalUtilization) / (gcGoalUtilization)) * float64(c.lastHeapScan+c.lastStackScan.Load()+c.globalsScan.Load())))